@import url(https://fonts.googleapis.com/css?family=Lato:400,300);
@import url('https://fonts.googleapis.com/css?family=Roboto');

/*
body,html {
    padding: 0;
    margin: 0;
    font-family: lato;
	background-color: black; /* Dark backgroud 
	color: white;
    background-size: cover
}

*/

body,html {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #101214;
    color: #7A7C80;
}


a {
    text-decoration: none;
    color: #F36300
}

.main {
    position: fixed;
    height: 100%;
    width: 100%
}

.main .mainContent {
    color: #FAFAFA;
    margin: 15% 15% 0 7%
}

.main .mainContent .top {
    font-size: 70px;
    font-weight: 400
}

.main .mainContent .bottom {
    font-size: 30px;
	color: #7A7C80;
    font-weight: 200
}


.main .contactInfo {
    margin-left: 7%;
    margin-top: 7px;
    width: 93%;
    display: inline-block
}

.main .contactInfo .infoBox .infoLink {
    float: left;
    margin-right: 20px;
    font-size: 30px;
    font-weight: 300;
    cursor: pointer
}

@media only screen and (max-device-width: 1000px) {
    .main .mainContent .top {
        font-size:70px
    }
	
    .main .mainContent .middle {
        font-size: 100px
    }

    .main .mainContent .bottom {
        font-size: 70px
		color: white;
    }

    .main .contactInfo {
        margin-left: 7%;
        margin-top: 40px;
        width: 70%;
        display: inline-block
    }

    .main .contactInfo .infoBox .infoLink {
        margin-bottom: 10px;
        font-size: 60px
    }
}
