/*
Theme Name: Bootstrap 3.1.1 Starter Wordpress theme
Author: 3sparks llc
Author URI: http://3sparks.net/
Description: This is a blank bootstrap 3.1.1 theme for wordpress. Feel free to use this as a starter template for your projects.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/

.ltr-square {
  border: solid 3px #dc0330;
  height: 100px;
  width: 100px;
  position: relative;
  margin: 0 auto;
  background-color: #001c2a;
}

.magenta {
  color: #dc0330;
}

.monospace {
  font-family: monospace;
}

.white {
  color: white;
}

.block {
  display: block;
}

.ltr-square span {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  margin: 0 auto;
}

.london {
  background-image: url("/wp-content/uploads/2016/08/Roads-London.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30%;
  padding: 50px;
}

.footer {
  background-color: #001c2a;
  padding: 20px 0;
  margin-top: 30px;
}

nav {
  background-color: #001c2a;
  padding: 10px 0 10px 0;
}
.navbar {
  margin-bottom: 0;
}

.social-icons {
    overflow: auto;
}
 
.social-icons li {
    list-style-type: none;
    float: left;
}
 
.social-icons li a i {
    background: #dc0330;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 25px;
    text-align: center;
    margin-right: 10px;
    padding-top: 15%;
  	cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.social-icons li a i:hover {
    color: #001c2a;
}

#luke {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}