		html, body {
			max-width: 100%;
			overflow-x: hidden;
		}
        #title,
        .img-title {
            font-family: 'Raleway-Thin';
        }
        #title {
            font-size: 40px;
            padding: 0 2em;
            margin: 0.5em 0 -0.5em 0.5em;
			position: relative;
        }
        .sub {
            font-family: 'DarkWoman';
            font-size: 30px;
            position: relative;
        }
        #title .sub {
            bottom: 25px;
            left: 5em;
        }
        #title .intro-circles {
            transform: scale(2);
            position: absolute;
            text-align: left;
            left: 100px;
            bottom: 1.5em;
        }
        
        .img-title {
            color: white;
            font-size: x-large;
            text-align: center;
        }
        .img-title, .img-title-text {
            background: rgba(75, 50, 50, 0.5);
            padding: 0 2em;
        }
        .link {
            border: 2px solid white;
        }
        .link:hover img {
           filter: grayscale(90%);
        }
        
        .container2 {
            display: table;
            height: 0;
        }
        .container2 img {
            width: 100%;
            padding: 0;
        }
        
        .container2 .table-cell {
            display: table-cell;
        }
        .container2 .up {
            height: 50%;
            background-size: cover;
            border-left: 4px solid white;
            border-bottom: 2px solid white;
            }
        .container2 .down {
            height: 50%;
            background-size: cover;
            border-left: 4px solid white;
            border-top: 2px solid white;
        }
		
		.intro-circles {
			margin: 0 0 30px 0;
		}
		#title .intro-circles {
			margin: -15px 0 0 80px;
			left: 20px;
		}        
        @media only screen and (max-width: 992px) {
            .u-container {
                padding: 0;
            }
        }
        @media only screen and (max-width: 600px) {
            .container2 {
                display: none;
            }
			#title {
				padding: 0;
			}
			#title .intro-circles {
				transform: scale(1.5);
				left: -30px;
			}
			.u-text {
				padding: 10px;
				border-top: none;
				border-bottom: none;
			}
        }
		
		.semi-title {
			font-size: 1.5em;
		}
