@font-face {
    font-family: rubik;
    src: url(Fonts/RubikRegular.ttf);
}
@font-face {
    font-family: wilderness;
    src: url(Fonts/Wilderness.ttf);
}

body {
    background-color: #000000;
    color: #ffffff;
    font-family: rubik;
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallax1 {
    background-image: url("Images/site_img001.jpg");
    height: 500px; 
}

#parallax2 {
    background-image: url("Images/site_img002.jpg");
    height: 500px; 
}

#parallax3 {
    background-image: url("Images/site_img003.jpg");
    height: 500px; 
}

#parallax4 {
    background-image: url("Images/site_img004.jpg");
    height: 500px; 
}

#menu {
    background-color: #081b33;
    height: 60px;
    position: fixed;
    width: 100%;
}

#menu a {
    height: 60px;
    color: #ffffff;
    text-decoration: none;
    line-height: 60px;
    margin: 0 20px;
    padding: 0 10px;
    display: inline-block;
}

#menu a:hover {
    background-color: #0e3556;
}

#menu .icon {
	display: none;
	padding: 10px 10px 0 0;
}

#menu .icon span {
	display: block;
	width: 35px;
    height: 5px;
    background-color: #ffffff;
    margin: 6px 0;
}

#menu ul {
    list-style: none;
    float: right;
    height: 60px;
    margin: 0 20px 0 0;
}

#menu ul li {
    display: inline-block;
    float: left;
    height: 60px;
}

#menu ul li a {
    margin: 0 5px;
}

#title {
    background-color: #081b33;
    height: 180px;
    padding-top: 80px;
}

#title h1 {
    font-family: wilderness;
    text-align: center;
    font-weight: normal;
    font-size: 70px;
    margin: 10px 0;
}

#title h2 {
    font-family: wilderness;
    text-align: center;
    font-weight: normal;
    margin: 0 0 10px 0;
    font-size: 45px;
}

#video {
    background-color: #081b33;
    padding: 80px 0 80px 0;
}

#video .text {
    height: 340px;
    max-width: 500px;
    min-width: 300px;
    float: left;
    font-size: 18px;
	padding: 10px;
}

#video .text h3 {
    font-size: 40px;
	margin-top: 10px;
}

#video .youtube-iframe {
    max-height: 315px;
    max-width: 560px;
    float: right;
	margin: 20px 0px;
}

#video .youtube-iframe iframe {
    max-height: 315px;
    max-width: 560px;
}

#project {
    background-color: #0e3556;
    padding: 80px 0 80px 0;
}

#project .text {
    height: 340px;
    max-width: 500px;
    min-width: 300px;
    float: right;
    font-size: 16px;
	padding: 10px;
}


#project .text a {
    text-decoration: underline;
    color: white;
    font-weight: bold;
}

#project .text h3 {
    font-size: 40px;
	margin-top: 10px;
}

#project .project-image, #project .youtube-iframe {
    max-height: 315px;
    max-width: 560px;
    float: left;
	margin: 20px 0px;
}

#project .project-image img {
    max-height: 315px;
    max-width: 560px;
}

#project .container, #video .container {
	max-width: 1100px;
	margin: 0 auto;
}

#team {
    background-color: #0e3556;
    text-align: center;
}

#team h3{
    font-size: 40px;
    height: 60px;
    text-align: center;
    padding: 15px 0 0 0;
    margin: 0 0 15px 0;
}

#team .member {
    background-color: #ffffff;
    width: 250px;
    height: 350px;
    margin: 0 25px 50px 25px;
    color: #032f55;
    display: inline-grid;
    padding: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

#team .member .picture {
    width: 250px;
    height: 200px;
}

#team .member .picture img {
    width: 150px;
    height: 150px;
    border-radius: 75px;
	-webkit-box-shadow: 0 0 10px 0 rgb(50 50 50 / 40%);
    -moz-box-shadow: 0 0 10px 0 rgb(50 50 50 / 40%);
    box-shadow: 0 0 10px 0 rgb(50 50 50 / 40%);
}

#team .member .name {
    width: 250px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
}

#team .member .job {
    width: 250px;
    height: 100px;
    color: #888888;
}

#footer {
    background-color: #081b33;
    text-align: center;
}

#footer div {
    padding: 20px 0 0 0;
}

#footer #copyright {
    height: 50px;
    font-size: 15px;
}

#footer #socials {
    background-color: #0e3556;
    height: 80px;
}

#footer #socials a {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 10px;
}

#footer #socials #twitter {
    background-image: url("Images/twitter-white.png");
}

#footer #socials #youtube {
    background-image: url("Images/youtube-white.png");
}

#footer #socials #instagram {
    background-image: url("Images/instagram_logo_white.png");
}

#footer #socials #twitter:hover {
    background-image: url("Images/twitter-color.png");
}

#footer #socials #youtube:hover {
    background-image: url("Images/youtube-color.png");
}

#footer #socials #instagram:hover {
    background-image: url("Images/instagram_logo.png");
}

/* The Modal (background) */
.modal {
	color: #333333;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

.modal .close-modal {
	float: right;
    font-size: 50px;
    line-height: 50px;
    margin: -20px -10px 0 0;
}

.modal .close-modal:hover {
	cursor: pointer;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 50px auto;
    padding: 15px;
    border: 1px solid #888;
    width: 500px;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#form-contact {
	width: 500px;
}

#form-contact .error-msg {
    color: indianred;
    display: block;
}

#form-contact .valid-msg {
    color: #555555;
    display: block;
}

#form-contact .wrapper {
	margin: 0 0 10px 5px;
}

#form-contact .wrapper input[type="text"], #form-contact .wrapper input[type="email"], #form-contact .wrapper textarea {
	margin: 5px 0;
	padding: 5px;
	width: 300px;
}

#form-contact .wrapper textarea {
	width: 400px;
}

#form-contact  input[type="submit"] {
	border: none;
}

.custom-button {
	background-color:#081b33;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #081b33;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
}
.custom-button:hover {
	background-color:#0e3456;
}
.custom-button:active {
	position:relative;
	top:1px;
}

@media only screen and (max-device-width: 1100px) {
    .parallax {
        background-attachment: scroll;
    }
    
    #video .text {
        float: none;
        margin: 0 auto;
    }

    #video .youtube-iframe {
        float: none;
        margin: 0 auto;
    }
    

    #project .text {
        float: none;
        margin: 0 auto;
    }
    /*#video .text, #project .text {
        float: none;
        margin: 0 auto;
        font-size: 30px;
        height: auto;
        max-width: 80%
    }*/

    /*#video .text h3, #project .text h3{
        font-size: 50px;
    }*/

    #project .project-image, #project .youtube-iframe {
        float: none;
        margin: 0 auto;
    }

    #video .youtube-iframe iframe, #project .project-image img {
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
	#menu .icon {
		float: right;
		display: block;
	}
	#menu ul {
		display: none;
	}
	
	#menu .responsive {
		display: block;
		width: 100%;
		height: 240px;
		margin: 0;
	}
	
	#menu .responsive li {
		width: 100%;
		height: 60px;
		background-color: #081b33;
	}
	
	#menu .responsive li a {
		width: 100%;
		margin: 0;
	}
}			