@import url("//hello.myfonts.net/count/3710cb");

@font-face {
	font-family: 'SpaceMono-Regular';
    src: url('webfonts/SpaceMono-Regular.eot'); /* IE9 Compat Modes */
    src: url('webfonts/SpaceMono-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('webfonts/SpaceMono-Regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('webfonts/SpaceMono-Regular.woff') format('woff'), /* Pretty Modern Browsers */
         url('webfonts/SpaceMono-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: 'ContaxSans75-Bold';
	src: url('webfonts/ContaxSans75-bold.eot');
	src: url('webfonts/ContaxSans75-bold.eot?#iefix') format('embedded-opentype'),
         url('webfonts/ContaxSans75-bold.woff2') format('woff2'),
         url('webfonts/ContaxSans75-bold.woff') format('woff'),
         url('webfonts/ContaxSans75-bold.ttf') format('truetype');
}

h1{
 	font-family: 'ContaxSans75-Bold';
 	color: black;
 	font-size: 50px;
 	line-height: 54px;
 	text-align: left;
    margin: 0;
    margin-bottom: 50px;
 }

 @media all and (min-width: 1500px) {
	 h1 {
		 margin-bottom: 100px;
	 }
 }

 body{
    font-family: 'ContaxSans75-Bold';
 }

 .main-wrapper {
     background-color: #f47e55;
     padding: 30px 40% 30px 50px;
     position: relative;
     -webkit-transition-duration: 0.4s; /* Safari */
     transition-duration: 0.4s;
	 min-height: calc(100vh - 60px);
 }

 .form-group {
     background-color: transparent;
     border: black;
     border-style: solid;
     border-width: 3px;
     /* padding: 10px 20px 2px; */
     text-align: center;
     display: inline-block;
     font-family: 'ContaxSans75-Bold';
     font-size: 50px;
     margin: 9px 3px;
     -webkit-transition-duration: 0.4s; /* Safari */
     transition-duration: 0.4s;
     cursor: pointer;
 }

 .form-group:hover {
     background: #fff;
 }

 .form-group input[type="checkbox"] {
     display: none;
 }

 .form-group.checked {
     background: #fff;
 }

 .form-group label {
     padding: 10px 20px 2px;
     display: inline-block;
 }

 .form-group label:hover {
     cursor: pointer;
 }

 .form-input-group{
     margin-top: 10px;
     width: 90%;
     position: relative;
 }

 #other-input {
    border-color: black;
    border-style: solid;
    border-width: 3px;
    background: no-repeat;
    width: calc(100% - 20px);
    font-family: 'ContaxSans75-Bold';
    font-size: 50px;
    padding: 10px 20px 2px;
 }

 #other-input:focus {
     outline: none;
 }

 #other-input::placeholder {
     color: #000;
     opacity: 0.5;
 }

 #send-btn {
    position: absolute;
    right: 0;
    top: 10px;
    border-style: none;
    background: transparent;
     /* width: 160px; */
    font-family: 'ContaxSans75-Bold';
    font-size: 50px;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
 }

 #send-btn:hover {
     cursor: pointer;
     color: #fff;
 }

 #send-btn:focus {
     outline: none;
 }

 .sidebar {
     background-color: #fff;
     min-width: 370px;
	 width: 30%;
     position: fixed;
     top: 0;
     bottom: 0;
     right: 0;
     /* min-height: 100vh;
     max-height: 100vh; */
     padding: 30px 20px;
     font-size: 1.4em;
     -webkit-transition-duration: 0.4s; /* Safari */
     transition-duration: 0.4s;
 }

 .sidebar .announcement-wrapper {
     min-height: calc(100vh - 200px);
     position: relative;
 }

 .sidebar .announcement-wrapper .announcement-inner {
     position: absolute;
     bottom: 50px;
     left: 0;
     right: 0;
 }

 .sidebar .footer {
     font-family: 'SpaceMono-Regular';
     position: absolute;
     font-size: 14px;
     display: flex;
     bottom: 10px;
     width: calc(100% - 40px);
     justify-content: space-between;
 }

 .sidebar .footer .logo {
     width: 40px;
     display: inline-block;
     vertical-align: middle;
 }

 .sidebar .footer .menu {
    list-style: none;
    padding: 0;
    text-align: right;
    margin: 2px;
 }

 .sidebar .footer .menu li{
     display: inline-block;
     margin-left: 10px;
 }

 .sidebar .footer .menu li a {
     text-decoration: none;
     color: #000;
 }

.sidebar .footer .menu li a:hover {
    color: #0001ee;
}

@media all and (max-width: 991px) {
	.main-wrapper {
		padding: 0;
	}
	.main-wrapper h1,
	.form-group,
	#send-btn,
	#other-input {
		font-size: 30px;
		line-height: 36px;
	}
	.main-wrapper .main-wrapper-inner {
		padding: 30px 20px 120px;
	}
	.sidebar {
		width: calc(100% - 40px);
		min-width: 0;
		position: relative;
		padding: 30px 20px;
		font-size: 18px;
		line-height: 24px;
		-webkit-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		transform: translateY(-50px);
	}

	.sidebar .sidebar-title {
		margin-bottom: 120px;
	}

	.sidebar .announcement-wrapper {
        min-height: 0;
		margin-bottom: 50px;
    }

	.sidebar .announcement-wrapper .announcement-inner {
        position: static;
    }

	.sidebar .footer {
		width: calc(100% - 40px);
		font-size: 12px;
		bottom: -43px;
	}
}


@media all and (max-width: 320px) {
	.sidebar {
		transform: translateY(-80px);
	}
	.sidebar .footer{
		/* display: block; */
		flex-wrap: nowrap;
		bottom: -70px;
	}
}
