@charset "UTF-8";

/* -- MAIN DOCUMENT MODIFICATIONS  -- */

.body {
    font-weight: 200;
}

/* -- BOOTSTRAP CLASSES MODIFICATIONS -- */

.navbar .navbar-nav {
    margin-left: auto;
}

.navbar .navbar-nav .nav-link {
    color: #2C9AB7;
    font-size: 20px;
}

.navbar .navbar-nav .nav-link:hover {
    color: #B3B3B3;
}

/* -- IT CLASSES -- */

.it-anchor {
	display: block;
	position: relative;
	top: -185px;
	visibility: none;
}

.it-container {
	margin: 1em;
}

.it-frame {
	margin-left: auto;
}

.it-gallery {
	background-color: #2C9AB7;
}

.it-gallery-item {
	padding-bottom: 15px;
	padding-top: 15px;
}

.it-header {
	border-bottom: 1px solid #2C9AB7;
	padding-left: 2em;
	padding-right: 2em;
}

.it-main {
	margin-left: auto;
	margin-right: auto;
	width: 83%;
}

.it-section {
	margin-bottom: 20px;
	margin-top: 20px;
}

.it-selector {
	display: block;
    margin-top: 7px;
    width: fit-content;
}

.it-selector ul {
	list-style: none;
	float: left;
    padding-left: 0px;
}

.it-selector li {
	height: 100%;
	float: left;
}

.it-selector-alternative {
	width: 50px;
	height: 1.5em;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bolder;
	background-color: ghostwhite;
	border: 1px solid #2C9AB7;
}

.it-selector-alternative:hover {
	background-color: #B3B3B3;
	border-color: #B3B3B3;
}

.it-selector-alternative:hover a {
	color: #FFFFFF;
}

.it-selector-alternative a {
	color: #B3B3B3;
	text-decoration: none;
}

.it-selector-alternative a:hover {
	color: #FFFFFF;
	background-color: #B3B3B3;
}

.it-selector-selected {
	width: 50px;
	height: 1.5em;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bolder;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2C9AB7;
	border: 1px solid #2C9AB7;
}

.it-selector-selected a {
	color: #FFFFFF;
}

.it-text {
	color: #262626;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 25px;
}

/* -- ID SPECIFIC MODIFICATIONS -- */

#first-picture {
	margin-top: 100px;
}

#contacts_card {
	padding-top: 15px;
}

#contacts-container {
	background-color: #B3B3B3;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-top: 10px;
}

#copyright-container {
	background-color: #777070;
}

#frame-container {
	margin-left: auto;
}

/* -- MEDIA QUERIES -- */

@media (min-width: 768px) {
    .it-selector ul {
        padding-left: 20px;
    }
}

@media (max-width: 1140px) {
	.it-container p {
		margin: 0px;
		padding: 0px;
	}
	
	.it-main {
		width: 100%;
	}
}
